type crypto/rand.reader

3 uses

	crypto/rand (current package)
		rand_unix.go#L112: 	return &reader{entropy: entropy}
		rand_unix.go#L115: type reader struct {
		rand_unix.go#L123: func (r *reader) Read(b []byte) (n int, err error) {